home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
smartpix
/
smartpix.exe
/
{app}
/
HTML
/
Light Parchment.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-11-18
|
1KB
|
73 lines
/* -------------------------------------------------------
Xequte CSS Style File
----------------------------------------------------------*/
a:link {
text-decoration: none;
color : #C60000;
font-weight : bold;
}
a:visited {
text-decoration: none;
color : #800000;
font-weight : bold;
}
a:hover {
text-decoration: underline;
}
body {
color : #000000;
font-family: Tahoma, Arial, Helvetica;
font-weight: 700;
background-color: #FFFFFF;
background-image : url(Light_Parchment.jpg);
background-repeat : repeat;
}
td.thumbcell {
background-color: #C0C0C0;
vertical-align : baseline;
border : 1px outset;
}
.heading {
color : #000000;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 28px;
font-weight : bold;
margin-bottom : 10px;
}
.filename {
color : #006200;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 11px;
font-weight : normal;
}
.navigation {
color : #C60000;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 14px;
}
.footer {
color : #000000;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 12px;
}
.pagecount {
color : #000000;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica;
font-size : 14px;
}